projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32304ff
)
Initial revision
author
Richard M. Stallman
<rms@gnu.org>
Thu, 4 Aug 1994 23:29:11 +0000
(23:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 4 Aug 1994 23:29:11 +0000
(23:29 +0000)
src/s/sol2-4.h
[new file with mode: 0644]
patch
|
blob
diff --git a/src/s/sol2-4.h
b/src/s/sol2-4.h
new file mode 100644
(file)
index 0000000..
e2ed118
--- /dev/null
+++ b/
src/s/sol2-4.h
@@ -0,0
+1,11
@@
+/* Handle Solaris 2.4. */
+
+#ifdef __GNUC__
+#ifdef i386
+/* Since we use gcc -traditional, we have to work around a bogus "volatile" in
+ <sys/machlock.h>. Must do this before #include "sol2-3.h". */
+#define volatile
+#endif /* i386 */
+#endif /* __GNUC__ */
+
+#include "sol2-3.h"